-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(container): update image docker.io/nodered/node-red ( 4.0.7 → 4.0.8 ) #4182
Merged
tyriis-automation
merged 1 commit into
main
from
renovate/docker.io-nodered-node-red-4.x
Dec 20, 2024
Merged
fix(container): update image docker.io/nodered/node-red ( 4.0.7 → 4.0.8 ) #4182
tyriis-automation
merged 1 commit into
main
from
renovate/docker.io-nodered-node-red-4.x
Dec 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tyriis-automation
bot
added
renovate/docker
renovate docker datasource
renovate/helm-values
type/patch
a patch for a bug
area/kubernetes
cluster/talos-flux
labels
Dec 20, 2024
Quality Gate passedIssues Measures |
--- kubernetes/talos-flux/apps/home-automation/home-assistant/app Kustomization: flux-system/apps-home-assistant HelmRelease: home-automation/home-assistant
+++ kubernetes/talos-flux/apps/home-automation/home-assistant/app Kustomization: flux-system/apps-home-assistant HelmRelease: home-automation/home-assistant
@@ -40,13 +40,13 @@
TZ: Europe/Vienna
envFrom:
- secretRef:
name: home-assistant-secrets
image:
repository: ghcr.io/home-assistant/home-assistant
- tag: 2024.12.5@sha256:132ef461504be5c5ebd6e34e5d3fb3d7958bb6758a5136107eea9f84c299254a
+ tag: 2024.12.4@sha256:093f4255f1cd1bddabadfb109d5dbf56f87aaa2f419f6c0377f947ed0ab02204
ports:
- containerPort: 8123
name: http
protocol: TCP
resources:
requests:
--- kubernetes/talos-flux/apps/home-automation/node-red/app Kustomization: flux-system/apps-node-red HelmRelease: home-automation/node-red
+++ kubernetes/talos-flux/apps/home-automation/node-red/app Kustomization: flux-system/apps-node-red HelmRelease: home-automation/node-red
@@ -42,13 +42,13 @@
FLOWS: flows.json
NODE_RED_ENABLE_PROJECTS: 'true'
NODE_RED_ENABLE_SAFE_MODE: 'false'
TZ: Europe/Vienna
image:
repository: docker.io/nodered/node-red
- tag: 4.0.7@sha256:4c54cee64a41038bbed95207e964fafbeb06b8060ab3e48d649d4b2d57a4dbef
+ tag: 4.0.8@sha256:871225abb46d62e434c75c73ec264c406ae1d0ea09b365ed9ffa122fdc327879
probes:
liveness:
enabled: true
readiness:
enabled: true
startup: |
--- HelmRelease: home-automation/home-assistant Deployment: home-automation/home-assistant
+++ HelmRelease: home-automation/home-assistant Deployment: home-automation/home-assistant
@@ -38,13 +38,13 @@
- env:
- name: TZ
value: Europe/Vienna
envFrom:
- secretRef:
name: home-assistant-secrets
- image: ghcr.io/home-assistant/home-assistant:2024.12.5@sha256:132ef461504be5c5ebd6e34e5d3fb3d7958bb6758a5136107eea9f84c299254a
+ image: ghcr.io/home-assistant/home-assistant:2024.12.4@sha256:093f4255f1cd1bddabadfb109d5dbf56f87aaa2f419f6c0377f947ed0ab02204
name: app
ports:
- containerPort: 8123
name: http
protocol: TCP
resources:
--- HelmRelease: home-automation/node-red Deployment: home-automation/node-red
+++ HelmRelease: home-automation/node-red Deployment: home-automation/node-red
@@ -46,13 +46,13 @@
- name: NODE_RED_ENABLE_PROJECTS
value: 'true'
- name: NODE_RED_ENABLE_SAFE_MODE
value: 'false'
- name: TZ
value: Europe/Vienna
- image: docker.io/nodered/node-red:4.0.7@sha256:4c54cee64a41038bbed95207e964fafbeb06b8060ab3e48d649d4b2d57a4dbef
+ image: docker.io/nodered/node-red:4.0.8@sha256:871225abb46d62e434c75c73ec264c406ae1d0ea09b365ed9ffa122fdc327879
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 1880 |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports MegaLinter is graciously provided by OX Security |
tyriis-automation
bot
deleted the
renovate/docker.io-nodered-node-red-4.x
branch
December 20, 2024 13:12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/kubernetes
cluster/talos-flux
renovate/docker
renovate docker datasource
renovate/helm-values
type/patch
a patch for a bug
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.7
->4.0.8
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
node-red/node-red-docker (docker.io/nodered/node-red)
v4.0.8
Compare Source
What's Changed
Node-RED 4.0.8 release: https://github.com/node-red/node-red/releases/tag/4.0.8
Full Changelog: node-red/node-red-docker@v4.0.7...v4.0.8
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.